_PurplePluginProtocolInfo

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct _PurplePluginProtocolInfo {}

Members

Variables

add_buddies
void function(PurpleConnection*, GList*, GList*) add_buddies;
Undocumented in source.
add_buddies_with_invite
void function(PurpleConnection*, GList*, GList*, const(char)*) add_buddies_with_invite;
Undocumented in source.
add_buddy
void function(PurpleConnection*, PurpleBuddy*, PurpleGroup*) add_buddy;
Undocumented in source.
add_buddy_with_invite
void function(PurpleConnection*, PurpleBuddy*, PurpleGroup*, const(char)*) add_buddy_with_invite;
Undocumented in source.
add_deny
void function(PurpleConnection*, const(char)*) add_deny;
Undocumented in source.
add_permit
void function(PurpleConnection*, const(char)*) add_permit;
Undocumented in source.
alias_buddy
void function(PurpleConnection*, const(char)*, const(char)*) alias_buddy;
Undocumented in source.
blist_node_menu
GList* function(PurpleBlistNode*) blist_node_menu;
Undocumented in source.
buddy_free
void function(PurpleBuddy*) buddy_free;
Undocumented in source.
can_receive_file
gboolean function(PurpleConnection*, const(char)*) can_receive_file;
Undocumented in source.
change_passwd
void function(PurpleConnection*, const(char)*, const(char)*) change_passwd;
Undocumented in source.
chat_info
GList* function(PurpleConnection*) chat_info;
Undocumented in source.
chat_info_defaults
GHashTable* function(PurpleConnection*, const(char)*) chat_info_defaults;
Undocumented in source.
chat_invite
void function(PurpleConnection*, int, const(char)*, const(char)*) chat_invite;
Undocumented in source.
chat_leave
void function(PurpleConnection*, int) chat_leave;
Undocumented in source.
chat_send
int function(PurpleConnection*, int, const(char)*, PurpleMessageFlags) chat_send;
Undocumented in source.
chat_whisper
void function(PurpleConnection*, int, const(char)*, const(char)*) chat_whisper;
Undocumented in source.
close
void function(PurpleConnection*) close;
Undocumented in source.
convo_closed
void function(PurpleConnection*, const(char)*) convo_closed;
Undocumented in source.
find_blist_chat
PurpleChat* function(PurpleAccount*, const(char)*) find_blist_chat;
Undocumented in source.
get_account_text_table
GHashTable* function(PurpleAccount*) get_account_text_table;
Undocumented in source.
get_attention_types
GList* function(PurpleAccount*) get_attention_types;
Undocumented in source.
get_cb_away
void function(PurpleConnection*, int, const(char)*) get_cb_away;
Undocumented in source.
get_cb_info
void function(PurpleConnection*, int, const(char)*) get_cb_info;
Undocumented in source.
get_cb_real_name
char* function(PurpleConnection*, int, const(char)*) get_cb_real_name;
Undocumented in source.
get_chat_name
char* function(GHashTable*) get_chat_name;
Undocumented in source.
get_info
void function(PurpleConnection*, const(char)*) get_info;
Undocumented in source.
get_media_caps
PurpleMediaCaps function(PurpleAccount*, const(char)*) get_media_caps;
Undocumented in source.
get_moods
PurpleMood* function(PurpleAccount*) get_moods;
Undocumented in source.
get_public_alias
void function(PurpleConnection*, PurpleGetPublicAliasSuccessCallback, PurpleGetPublicAliasFailureCallback) get_public_alias;
Undocumented in source.
group_buddy
void function(PurpleConnection*, const(char)*, const(char)*, const(char)*) group_buddy;
Undocumented in source.
icon_spec
PurpleBuddyIconSpec icon_spec;
Undocumented in source.
initiate_media
gboolean function(PurpleAccount*, const(char)*, PurpleMediaSessionType) initiate_media;
Undocumented in source.
join_chat
void function(PurpleConnection*, GHashTable*) join_chat;
Undocumented in source.
keepalive
void function(PurpleConnection*) keepalive;
Undocumented in source.
list_emblem
const(char)* function(PurpleBuddy*) list_emblem;
Undocumented in source.
list_icon
const(char)* function(PurpleAccount*, PurpleBuddy*) list_icon;
Undocumented in source.
login
void function(PurpleAccount*) login;
Undocumented in source.
new_xfer
PurpleXfer* function(PurpleConnection*, const(char)*) new_xfer;
Undocumented in source.
normalize
const(char)* function(const(PurpleAccount)*, const(char)*) normalize;
Undocumented in source.
offline_message
gboolean function(const(PurpleBuddy)*) offline_message;
Undocumented in source.
options
PurpleProtocolOptions options;
Undocumented in source.
protocol_options
GList* protocol_options;
Undocumented in source.
register_user
void function(PurpleAccount*) register_user;
Undocumented in source.
reject_chat
void function(PurpleConnection*, GHashTable*) reject_chat;
Undocumented in source.
rem_deny
void function(PurpleConnection*, const(char)*) rem_deny;
Undocumented in source.
rem_permit
void function(PurpleConnection*, const(char)*) rem_permit;
Undocumented in source.
remove_buddies
void function(PurpleConnection*, GList*, GList*) remove_buddies;
Undocumented in source.
remove_buddy
void function(PurpleConnection*, PurpleBuddy*, PurpleGroup*) remove_buddy;
Undocumented in source.
remove_group
void function(PurpleConnection*, PurpleGroup*) remove_group;
Undocumented in source.
rename_group
void function(PurpleConnection*, const(char)*, PurpleGroup*, GList*) rename_group;
Undocumented in source.
roomlist_cancel
void function(PurpleRoomlist*) roomlist_cancel;
Undocumented in source.
roomlist_expand_category
void function(PurpleRoomlist*, PurpleRoomlistRoom*) roomlist_expand_category;
Undocumented in source.
roomlist_get_list
PurpleRoomlist* function(PurpleConnection*) roomlist_get_list;
Undocumented in source.
roomlist_room_serialize
char* function(PurpleRoomlistRoom*) roomlist_room_serialize;
Undocumented in source.
send_attention
gboolean function(PurpleConnection*, const(char)*, guint) send_attention;
Undocumented in source.
send_file
void function(PurpleConnection*, const(char)*, const(char)*) send_file;
Undocumented in source.
send_im
int function(PurpleConnection*, const(char)*, const(char)*, PurpleMessageFlags) send_im;
Undocumented in source.
send_raw
int function(PurpleConnection*, const(char)*, int) send_raw;
Undocumented in source.
send_typing
uint function(PurpleConnection*, const(char)*, PurpleTypingState) send_typing;
Undocumented in source.
set_buddy_icon
void function(PurpleConnection*, PurpleStoredImage*) set_buddy_icon;
Undocumented in source.
set_chat_topic
void function(PurpleConnection*, int, const(char)*) set_chat_topic;
Undocumented in source.
set_idle
void function(PurpleConnection*, int) set_idle;
Undocumented in source.
set_info
void function(PurpleConnection*, const(char)*) set_info;
Undocumented in source.
set_permit_deny
void function(PurpleConnection*) set_permit_deny;
Undocumented in source.
set_public_alias
void function(PurpleConnection*, const(char)*, PurpleSetPublicAliasSuccessCallback, PurpleSetPublicAliasFailureCallback) set_public_alias;
Undocumented in source.
set_status
void function(PurpleAccount*, PurpleStatus*) set_status;
Undocumented in source.
status_text
char* function(PurpleBuddy*) status_text;
Undocumented in source.
status_types
GList* function(PurpleAccount*) status_types;
Undocumented in source.
struct_size
c_ulong struct_size;
Undocumented in source.
tooltip_text
void function(PurpleBuddy*, PurpleNotifyUserInfo*, gboolean) tooltip_text;
Undocumented in source.
unregister_user
void function(PurpleAccount*, PurpleAccountUnregistrationCb, void*) unregister_user;
Undocumented in source.
user_splits
GList* user_splits;
Undocumented in source.
whiteboard_prpl_ops
PurpleWhiteboardPrplOps* whiteboard_prpl_ops;
Undocumented in source.

Meta